home *** CD-ROM | disk | FTP | other *** search
- /*
- LoadExtension.h
-
- Loads an extension into the system heap.
-
- Part of PatchWorks, the Extension Development Framework.
-
- by Mouse Herrell & Patrick Beard.
-
- Permission is granted to use this source code for any purpose, as long
- as the copyright notice is maintained.
-
- © 1992 Berkeley Systems, Inc.
- */
-
- #ifndef _LOAD_EXTENSION_
- #define _LOAD_EXTENSION_
-
- #ifdef THINK_C
- #if !__option(a4_globals)
- #error
- #endif
- #endif
-
- #include "Extension.h"
- #include "ShowIconFamily.h"
-
- #endif
-